projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
9007f42
2e90972
)
auto merge of #163 : o11c/cargo/examples, r=wycats
author
bors
<bors@rust-lang.org>
Sat, 12 Jul 2014 03:14:51 +0000
(
03:14
+0000)
committer
bors
<bors@rust-lang.org>
Sat, 12 Jul 2014 03:14:51 +0000
(
03:14
+0000)
This add support for `examples/*.rs` being built (as normal bin crates) during `cargo test`,
and `src/test.rs` and `tests/*.rs` being built and run (as test crates) during `cargo test`.
Trivial merge